:: Metaj on Mono ::

Jay Metaj's trip through Linux & Mono.
:: welcome to Metaj on Mono :: bloghome | contact ::
[::..archive..::]
[::..recommended..::]
:: google [>]
:: Mono:: [>]
:: MSDN [>]

:: Wednesday, February 05, 2003 ::

Installed NAnt & NUnit2 on my WinXP Pro box. NAnt has some nice features, particularly extensibility, but there are a few things I don't like. It isn't clear to me that .build files are truly cross platform. For example, I'd like to have a .build file that uses csc.exe on Windows, but uses mcs with Mono. Admitedly, I don't know everything about NAnt, but using "NAnt cscbuild" vs. "NAnt monobuild" isn't really what I'm looking for. Additionaly, I didn't see any examples or obvious methods for using NAnt for large projects -- super project of projects kind of thing.

NUnit version 2.0 is a simplistic, yet decent test runner. I particularly like the fact that there is a console app; good for scripting tests after builds, etc. It's nice that NUnit integration is built in to NAnt.
:: Jay Metaj 12:33 AM [+] ::
...

This page is powered by Blogger. Isn't yours?